home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 120
/
maccd 120.iso
/
Utilities
/
Mac OS X
/
SleepLess 1.5.1
/
SleepLess.app
/
Contents
/
Resources
/
insomnia_load.sh
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
2004-08-02
|
229 b
|
11 lines
#!/bin/sh
LOCPATH=`/usr/bin/dirname "$0"`
/usr/sbin/chown -R root:wheel "$LOCPATH/Insomnia.kext"
/bin/chmod -R g-w "$LOCPATH/Insomnia.kext"
/bin/chmod -R o-wrx "$LOCPATH/Insomnia.kext"
/sbin/kextload "$LOCPATH/Insomnia.kext"